Disconnects the time line from the subscription list

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
public void Disconnect()

Remarks

This method allows you to keep a local copy of a timeline but not received any remote updates for that object

Examples

 Copy imageCopy Code
            pointerPosition[myClientNumber].Disconnect();
            

See Also